home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / blkspell / readme.txt < prev    next >
Text File  |  1998-10-19  |  2KB  |  58 lines

  1. BLOCKTEQ SPELLCHECK VERSION 1.2
  2.  
  3.      This product is for demonstration purposes only.  
  4. You may have this on your system for a 30 day evaluation
  5. period.  If after that time you decide not to purchase
  6. BlockTeq's SpellCheck version 1.2 you should remove it 
  7. from your system.
  8.  
  9.  
  10. ********************************************************
  11. USING BLOCKTEQ SPELLCHECK
  12.  
  13.      Included with this distribution are 3 examples of
  14. how to use BlockTeq's SpellCheck.  The examples use
  15. Microsoft's Foundation Class (MFC); Borland's Object
  16. Windows Library (OWL); and Microsoft's Visual Basic.
  17. The import libraries were made using Borland's IMPLIB
  18. release 5.02, and Microsoft's LIB release 5.0.  Refer 
  19. to your compiler's documentation to create your own 
  20. import library if needed.
  21.  
  22.      There is only one function in the DLL and that is
  23. "SpellCheck(HWND hwnd)".  You should pass the window
  24. handle of your editor control as this function's
  25. argument and call it on some event like "OnBtnClick",
  26. etc.
  27.  
  28.      If you decide to use the Window's API to load the
  29. DLL (LoadLibrary, GetProcAddress, FreeLibrary, . . .)
  30. then you should load the DLL only once at the beginning
  31. of the program, free the library once at the end, and
  32. call SpellCheck(HWND) as many times as you want in
  33. between.  Loading and Freeing the library everytime the
  34. user wants to use the spell checker function would add
  35. unnecessary time to your program's functionality.
  36.  
  37. ********************************************************
  38. HOW BLOCKTEQ SPELLCHECK VERSION 1.2 WORKS
  39.  
  40.      The SpellCheck 1.2 has a built in English
  41. dictionary.  This dictionary contains over 100,000 words 
  42. and is extracted from the DLL and expanded and loaded
  43. into memory everytime the library is initialized.
  44.  
  45.      The spell checker checks for the most common
  46. spelling errors:  missing or wrong vowels and missing or 
  47. doubled consonants.  It also has the capability of
  48. adding words to a custom dictionary to bypass uncommon
  49. but often used words at your user's discretion.
  50.  
  51. ********************************************************
  52. QUESTION AND COMMENTS
  53.  
  54.      If you have any questions or comments, you can
  55.      contact us at:  blockteq@aol.com    
  56.  
  57.      Visit our homepage at:
  58.      http://members.aol.com/blockteq/